Fix capabilities vector.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 16 Jul 2005 18:52:25 +0000 (18:52 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 16 Jul 2005 18:52:25 +0000 (18:52 +0000)
gpsbabel/navicache.c

index eb134c21f4899251d15666a93467faf15933c122..c2f76ea2091a60d2cf77e9b44f4507d6373a425f 100644 (file)
@@ -256,7 +256,7 @@ nav_write(void)
 
 ff_vecs_t navicache_vecs = {
        ff_type_file,
-       FF_CAP_RW_WPT,
+       { ff_cap_read, ff_cap_none, ff_cap_none },
        nav_rd_init,    
        nav_wr_init,    
        nav_rd_deinit,